Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2025

This PR contains the following updates:

Package Change Age Confidence
StackExchange.Redis (source) 2.9.32 -> 2.10.1 age confidence

Release Notes

StackExchange/StackExchange.Redis (StackExchange.Redis)

v2.10.1

Adds support for Redis 8.4 features

  • support multi-string-set with expiration MSETEX ...; details controlled via new Expiration API
  • support checked string-set SET ... IFEQ/IFNE/IFDEQ/IFDNE digestOrValue; details controlled via new ValueCondition API; also uses Expiration for expiry
  • support checked string-delete DELEX ... IFEQ/IFNE/IFDEQ/IFDNE digestOrValue (again via ValueCondition)
  • use checked string-set/delete to implement LockExtend[Async]/LockRelease[Async] when possible
  • support XREADGROUP ... CLAIM minIdleTime for simplified stream processing

Note that niche StringSet[Async] scenarios may require trivial build changes due to removing default parameter values; this simplify means explicitly specifying keepTtl, or using the new Expiration API. There is no impact to already compiled code (no methods have been removed).

8.4 also includes "hybrid search"; this is not currently exposed in SE.Redis, and will be added to NRedisStack ASAP.

What's Changed

Full Changelog: StackExchange/StackExchange.Redis@2.9.32...2.10.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/stackexchange.redis-2.x branch from 4079315 to aa55230 Compare November 22, 2025 08:10
@github-actions
Copy link
Contributor

Coverage after merging renovate/stackexchange.redis-2.x into main will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
Func.Redis
   Error.cs90%100%75%100%
   RailwayRedisService.cs92.31%100%83.33%100%
   RedisSourcesProvider.cs90.91%100%66.67%100%
Func.Redis.Extensions
   ServiceCollectionExtensions.cs99.30%100%85.71%100%
Func.Redis/Extensions
   EitherLoggingExtensions.cs100%100%100%100%
   RedisKeyConfigurationExtensions.cs100%100%100%100%
Func.Redis/HashSet
   KeyTransformerRedisHashSetService.cs95.45%100%90.48%100%
   LoggingRedisHashSetService.cs99.23%100%95.24%100%
   RedisHashSetService.cs98.33%100%95.24%100%
Func.Redis/Key
   KeyTransformerRedisKeyService.cs94.59%100%88.24%100%
   LoggingRedisKeyService.cs98.91%100%94.12%100%
   RedisKeyService.cs98.36%100%95%100%
Func.Redis/List
   KeyTransformerRedisListService.cs97.92%100%95.65%100%
   LoggingRedisListService.cs99.14%100%95.65%100%
   RedisListService.cs98%100%95.65%100%
Func.Redis/Publisher
   LoggingRedisPublisherService.cs93.75%100%66.67%100%
   RedisPublisherService.cs87.50%100%66.67%100%
Func.Redis/SerDes/Json
   SpanJsonRedisSerDes.cs100%100%100%100%
   SystemJsonRedisSerDes.cs98.31%100%83.33%100%
Func.Redis/Set
   KeyTransformerRedisSetService.cs95%100%89.47%100%
   LoggingRedisSetService.cs99.06%100%95.24%100%
   RedisSetService.cs97.96%100%95.45%100%
Func.Redis/SortedSet
   KeyTransformerRedisSortedSetService.cs97.14%100%93.94%100%
   LoggingRedisSortedSetService.cs99.40%100%96.97%100%
   RedisSortedSetService.cs99.01%100%97.22%100%
Func.Redis/Utils
   FunctionUtilities.cs100%100%100%100%

@sonarqubecloud
Copy link

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (16b7303) to head (9a35bdf).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #80   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines          989       989           
  Branches        62        62           
=========================================
  Hits           989       989           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fabiolune fabiolune merged commit 47d99a4 into main Dec 22, 2025
6 checks passed
@fabiolune fabiolune deleted the renovate/stackexchange.redis-2.x branch December 22, 2025 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants